



section.part1 {
    background-color: #fbf9fa;
    margin-bottom: 40px;
    overflow: hidden;
}

.webbanner {
    width: 100%;
    position: relative; overflow: auto; text-align: center;
}

.webbanner img{
    width: 100%;
    /*height: 434px;*/
}
.webbanner li { list-style: none; }
.webbanner ul li { float: left; }

.webcate {
    width: 80%;
    margin: 0 auto;
    margin-top: 60px;
    overflow: hidden;
}
.webcate .ctitle {
    text-align: center;
    margin-bottom: 50px;
    color: #037ecc;
    font-size: 28px;
    font-weight: bold;
}

.webcate li {
    width: 150px;
    height: 150px;
    float: left;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    margin-left: 26px;
    margin-right: 26px;
}
.webcate li hr {
    width: 80%;
    margin: 0 auto;
}
.webcate li.c1 hr {
    border-top: 2px solid #00a4a6;
}
.webcate li.c2 hr {
    border-top: 2px solid #931fa9;
}
.webcate li.c3 hr {
    border-top: 2px solid #78b647;
}
.webcate li.c4 hr {
    border-top: 2px solid #fdb933;
}
.webcate li.c5 hr {
    border-top: 2px solid #ff99cc;
}
.webcate li.c6 hr {
    border-top: 2px solid #336699;
}

.webcate li img {
    height: 60px;
    margin-top: 15px;
}
.webcate li span {
    display: block;
    margin-top: 6px;
    color: #0073bb;
    font-weight: bold;
}
.webcate li span a {
    color: #0073bb;
}

.webprorecomm {
    margin-top: 80px;
    overflow: hidden;
    padding: 0 30px;
    margin-bottom: 50px;
}

.webprorecomm .ctitle {
    text-align: center;
    margin-bottom: 50px;
    color: #037ecc;
    font-size: 28px;
    font-weight: bold;
}
.webprorecomm li {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    float: left;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 0;
    margin-bottom: 50px;
}
.webprorecomm li .proimg {
    float: left;
    width: 48%;
    text-align: center;
    overflow: hidden;
    height: 192px;
}

.webprorecomm li .proimg img {
    width: 80%;
}

.webprorecomm li .proinfo {
    float: left;
    width: 48%;
}
.webprorecomm li .proinfo p {
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px #d7d7d7 solid;
    padding-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.webprorecomm li .proinfo p a {
    color: #3c3c3c;
}
.webprorecomm li .proinfo button {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px #0e79c1 solid;
    color: #0e79c1;
    margin-top: 40px;
    cursor: pointer;
    font-weight: bold;
}

.webyj {
    overflow: hidden;
    padding: 0 30px;
}

.webyj .ctitle {
    text-align: center;
    margin-bottom: 50px;
    color: #037ecc;
    font-size: 28px;
    font-weight: bold;
}

.webyj ul {
    overflow: auto;
    width: 100%;
}

.webyj li {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    float: left;
    margin-bottom: 50px;
}
.webyj li:last-child {
    margin-right: 0;
}
.webyj li img {
    width: 100%;
    height: 100%;
}
.webyj li p {
    margin-top: 20px;
    color: #0872ac;
    font-weight: bold;
}
.webyj li p a {
    color: #0872ac;
}
.webyj .morepro {
    text-align: center;
    overflow: hidden;
}
.webyj .morepro button {
    border: none;
    background-color: #0070b8;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}


#webbanner, #webbannernei { width: 100%;}
#webbanner .dots { position: absolute; left: 0; right: 0; bottom: 20px;}
#webbanner .dots li
{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #25b7b4;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
#webbannernei img {
    height: auto !important;
}
#webbanner .dots li.active
{
    background: #25b7b4;
    opacity: 1;
}

#webbannernei ul li {
    float: none !important;
}


.swiper-container{
    width: 100%;
    margin:0 auto;
}
.swiper-container img{ width: 100%;
    height: 100%;
}
.swiper-button-next {
    right: 20px;
    left: auto;
}
.swiper-button-prev {
    left: 20px;
    right: auto;
}
.swiper-pagination-bullet-active {
    background-color: #25b7b4;
}
